Classless Inter-Domain Routing - definição. O que é Classless Inter-Domain Routing. Significado, conceito
Diclib.com
Dicionário Online

O que (quem) é Classless Inter-Domain Routing - definição

METHOD FOR IP ADDRESS ALLOCATION AND ROUTING
VLSM; Variable length subnet mask; Classless routing; Classless interdomain routing; IPv4 subnetting reference; Ipv4 subnetting reference; Classless address; Provider-based addressing; VLSM and why is it used?; CIDR address; Classless addressing; Address prefix; Address prefixes; Address Prefixes; Address Prefix; IP prefix; IP prefixes; IP Prefixes; IP Prefix; Ip prefix; Ip prefixes; IP address prefix; Classless network; /8; /16; /32; /24; /48; Variable-length subnet masking; Variable Length Subnet Mask; CIDR notation; Classless inter-domain routing; CIDR range; Variable-Length Subnet Masking; CIDR (Internet); Classless Inter Domain Routing; IPv6 subnetting reference; Classless Inter-Domain Routing notation; Cidr; CIDR Block; CIDR block; CIDR blocks; IPv6 CIDR block; IPv4 CIDR block; CIDR; /64
  • 400px
  • right
  • A Table of CIDR prefixes for IPv6, it shows the number of corresponding equivalent subnets for each prefix, as well as the number of the host identifier bits.

Classless Inter-Domain Routing         
<networking> (CIDR) /sid*r/ A technique that summarises a block of Internet addresses in a routing table as an address in dotted decimal notation followed by a {forward slash} and a two-digit decimal number giving the number of leading one bits in the subnet mask. For example, 123.123.123.0/24 specifies a subnet mask of 11111111.11111111.11111111.00000000 (binary), implying the block of addresses 123.123.123.0 through 123.123.123.255. CIDR is "classless" because it is not limited to the subnet masks specified by Internet address classes A, B and C. According to RFC 1519, CIDR was implemented to distribute Internet address space more efficiently and to provide a mechanism for IP route aggregation. This in turn reduces the number of entries in IP routing tables, enabling faster, more efficient routing, e.g. using routing protocols such as OSPF. CIDR is supported by BGP4. See also RFC 1467, RFC 1518, RFC 1520. (2006-01-26)
Classless Inter-Domain Routing         
Classless Inter-Domain Routing (CIDR ) is a method for allocating IP addresses and for IP routing. The Internet Engineering Task Force introduced CIDR in 1993 to replace the previous classful network addressing architecture on the Internet.
CIDR         
Classless Internet DOMAIN Routing [Additional explanations: protocol] (Reference: RFC 1519)

Wikipédia

Classless Inter-Domain Routing

Classless Inter-Domain Routing (CIDR ) is a method for allocating IP addresses and for IP routing. The Internet Engineering Task Force introduced CIDR in 1993 to replace the previous classful network addressing architecture on the Internet. Its goal was to slow the growth of routing tables on routers across the Internet, and to help slow the rapid exhaustion of IPv4 addresses.

IP addresses are described as consisting of two groups of bits in the address: the most significant bits are the network prefix, which identifies a whole network or subnet, and the least significant set forms the host identifier, which specifies a particular interface of a host on that network. This division is used as the basis of traffic routing between IP networks and for address allocation policies.

Whereas classful network design for IPv4 sized the network prefix as one or more 8-bit groups, resulting in the blocks of Class A, B, or C addresses, under CIDR address space is allocated to Internet service providers and end users on any address-bit boundary. In IPv6, however, the interface identifier has a fixed size of 64 bits by convention, and smaller subnets are never allocated to end users.

CIDR is based on variable-length subnet masking (VLSM), in which network prefixes have variable length (as opposed to the fixed-length prefixing of the previous classful network design). The main benefit of this is that it grants finer control of the sizes of subnets allocated to organizations, hence slowing the exhaustion of IPv4 addresses from allocating larger subnets than needed. CIDR gave rise to a new way of writing IP addresses known as CIDR notation, in which an IP address is followed by a suffix indicating the number of bits of the prefix. Some examples of CIDR notation are the addresses 192.0.2.0/24 for IPv4 and 2001:db8::/32 for IPv6. Blocks of addresses having contiguous prefixes may be aggregated as supernets, reducing the number of entries in the global routing table.